home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_23
/
PlaceObject2_362_31
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
183 b
|
12 lines
onClipEvent(enterFrame){
if(this._y <= -5)
{
this._x = random(580) + 120;
this._y = 405;
}
if(_root.startE == true)
{
this._y -= 4;
}
}